Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoGeometryCollection Class / GeoGeometryCollection Constructor / GeoGeometryCollection Constructor(IEnumerable<GeoGeometry>)

In This Topic
    GeoGeometryCollection Constructor(IEnumerable<GeoGeometry>)
    In This Topic
    Initializes a new instance of the GeoGeometryCollection class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal geometries As IEnumerable(Of GeoGeometry) _
    )
    public GeoGeometryCollection( 
       IEnumerable<GeoGeometry> geometries
    )

    Parameters

    geometries
    See Also